Skip to content

chore(deps): update non-major updates#77

Open
bottd wants to merge 1 commit intomainfrom
renovate/non-major-updates
Open

chore(deps): update non-major updates#77
bottd wants to merge 1 commit intomainfrom
renovate/non-major-updates

Conversation

@bottd
Copy link
Copy Markdown
Owner

@bottd bottd commented Mar 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/workers-types 4.20260405.14.20260421.1 age confidence
@internationalized/date (source) 3.12.03.12.1 age confidence
@lucide/svelte (source) 1.7.01.8.0 age confidence
@sveltejs/kit (source) 2.56.12.57.1 age confidence
@tailwindcss/vite (source) 4.2.24.2.3 age confidence
@takumi-rs/helpers (source) 1.0.71.0.15 age confidence
@tanstack/svelte-query (source) 6.1.136.1.18 age confidence
@types/node (source) 25.5.225.6.0 age confidence
@types/node (source) 24.12.024.12.2 age confidence
@vitest/browser (source) 4.1.34.1.4 age confidence
@vitest/browser-playwright (source) 4.1.34.1.4 age confidence
bits-ui 2.17.22.18.0 age confidence
eslint (source) 10.2.010.2.1 age confidence
globals 17.4.017.5.0 age confidence
happy-dom 20.8.920.9.0 age confidence
happy-dom 20.8.420.9.0 age confidence
msw (source) 2.13.02.13.4 age confidence
prettier (source) 3.8.13.8.3 age confidence
react (source) 19.2.419.2.5 age confidence
svelte (source) 5.55.15.55.4 age confidence
svelte-meta-tags (source) 4.5.24.6.0 age confidence
tailwindcss (source) 4.2.24.2.3 age confidence
typescript (source) 6.0.26.0.3 age confidence
typescript-eslint (source) 8.58.08.59.0 age confidence
vite (source) 8.0.78.0.9 age confidence
vite-plugin-norg 4.0.64.0.9 age confidence
vitest (source) 4.1.34.1.4 age confidence
wrangler (source) 4.80.04.84.0 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20260421.1

Compare Source

v4.20260420.1

Compare Source

v4.20260418.1

Compare Source

v4.20260417.1

Compare Source

v4.20260416.2

Compare Source

v4.20260416.1

Compare Source

v4.20260415.1

Compare Source

v4.20260414.1

Compare Source

v4.20260413.1

Compare Source

v4.20260412.2

Compare Source

v4.20260412.1

Compare Source

v4.20260411.1

Compare Source

v4.20260410.1

Compare Source

v4.20260409.1

Compare Source

v4.20260408.1

Compare Source

adobe/react-spectrum (@​internationalized/date)

v3.12.1

Compare Source

lucide-icons/lucide (@​lucide/svelte)

v1.8.0: Version 1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

sveltejs/kit (@​sveltejs/kit)

v2.57.1

Compare Source

Patch Changes
  • fix: better validation for redirect inputs (10d7b44)

  • fix: enforce BODY_SIZE_LIMIT on chunked requests (3202ed6)

  • fix: use default values as fallbacks (#​15680)

  • fix: relax form typings for union types (#​15687)

v2.57.0

Compare Source

Minor Changes
  • feat: return boolean from submit to indicate submission validity for enhanced form remote functions (#​15530)
Patch Changes
  • fix: use array type for select fields that accept multiple values (#​15591)

  • fix: silently 404 Chrome DevTools workspaces request in dev and preview (#​15656)

  • fix: config.kit.csp.directives['trusted-types'] requires 'svelte-trusted-html' (and 'sveltekit-trusted-url' when a service worker is automatically registered) if it is configured (#​15323)

  • fix: avoid inlineDynamicImports ignored with codeSplitting warning when using Vite 8 (#​15647)

  • fix: reimplement treeshaking non-dynamic prerendered remote functions (#​15447)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
kane50613/takumi (@​takumi-rs/helpers)

v1.0.15

Compare Source

v1.0.14

Compare Source

v1.0.13

Compare Source

v1.0.12

Compare Source

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

Patch Changes
  • 8886c01: Replace noto emoji source with googlefonts/noto-emoji with Unicode 17 support
  • b287c43: Update Twemoji to v17
TanStack/query (@​tanstack/svelte-query)

v6.1.18

Compare Source

Patch Changes

v6.1.17

Compare Source

Patch Changes

v6.1.16

Compare Source

Patch Changes

v6.1.15

Compare Source

Patch Changes

v6.1.14

Compare Source

Patch Changes
vitest-dev/vitest (@​vitest/browser)

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
huntabyte/bits-ui (bits-ui)

v2.18.0

Compare Source

Minor Changes
  • feat(Select): Add <Select.Value/> component (#​2026)

  • feat(PinInput): add bindable inputRef on PinInput.Root (#​2028)

v2.17.3

Compare Source

Patch Changes
  • fix(ContextMenu): treat outside interactions correctly for nested floaters inside the trigger (#​2020)
eslint/eslint (eslint)

v10.2.1

Compare Source

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#​20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#​20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#​20729) (Pixel998)
  • e251b89 fix: update eslint (#​20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#​20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#​20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#​20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#​20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#​20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#​20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#​20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#​20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#​20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#​20762) (renovate[bot])
  • 51080eb test: processor service (#​20731) (kuldeep kumar)
  • e7e1889 chore: remove stale babel-eslint10 fixture and test (#​20727) (kuldeep kumar)
  • 4e1a87c test: remove redundant async/await in flat config array tests (#​20722) (Pixel998)
  • 066eabb test: add rule metadata coverage for languages and docs.dialects (#​20717) (Pixel998)
sindresorhus/globals (globals)

v17.5.0

Compare Source


capricorn86/happy-dom (happy-dom)

v20.9.0

Compare Source

🎨 Features
  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @​capricorn86 in task #​2131
mswjs/msw (msw)

v2.13.4

Compare Source

v2.13.4 (2026-04-16)

Bug Fixes

v2.13.3

Compare Source

v2.13.3 (2026-04-14)

Bug Fixes

v2.13.2

Compare Source

v2.13.2 (2026-04-08)

Bug Fixes

v2.13.1

Compare Source

v2.13.1 (2026-04-07)

Bug Fixes
prettier/prettier (prettier)

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}
facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

sveltejs/svelte (svelte)

v5.55.4

Compare Source

Patch Changes
  • fix: never mark a child effect root as inert (#​18111)

  • fix: reset context after waiting on blockers of @const expressions (#​18100)

  • fix: keep flushing new eager effects (#​18102)

v5.55.3

Compare Source

Patch Changes
  • fix: ensure proper HMR updates for dynamic components (#​18079)

  • fix: correctly calculate @const blockers (#​18039)

  • fix: freeze deriveds once their containing effects are destroyed (#​17921)

  • fix: defer error boundary rendering in forks (#​18076)

  • fix: avoid false positives for reactivity loss warning (#​18088)

v5.55.2

Compare Source

Patch Changes
  • fix: invalidate @const tags based on visible references in legacy mode (#​18041)

  • fix: handle parens in template expressions more robustly (#​18075)

  • fix: disallow -- in idPrefix (#​18038)

  • fix: correct types for ontoggle on <details> elements (#​18063)

  • fix: don't override $destroy/set/on instance methods in dev mode (#​18034)

  • fix: unskip branches of earlier batches after commit (#​18048)

  • fix: never set derived.v inside fork (#​18037)

  • fix: skip rebase logic in non-async mode (#​18040)

  • fix: don't reset status of uninitialized deriveds (#​18054)

oekazuma/svelte-meta-tags (svelte-meta-tags)

v4.6.0

Compare Source

Minor Changes
  • fb829a3: feat: add automatic fallback behavior for Twitter metadata. When twitter.title is not provided, it falls back to og:title then title. When twitter.description is not provided, it falls back to og:description then description.
microsoft/TypeScript (typescript)

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v8.0.9

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bottd bottd force-pushed the renovate/non-major-updates branch 2 times, most recently from 227f862 to 52baf2a Compare March 20, 2026 05:27
@bottd bottd changed the title chore(deps): update non-major updates fix(deps): update non-major updates Mar 20, 2026
@bottd bottd force-pushed the renovate/non-major-updates branch 7 times, most recently from cf626bd to df31550 Compare March 27, 2026 05:37
@bottd bottd force-pushed the renovate/non-major-updates branch 8 times, most recently from 782aabd to d020d35 Compare April 4, 2026 05:31
@bottd bottd force-pushed the renovate/non-major-updates branch 3 times, most recently from 0d4790a to 449eece Compare April 8, 2026 05:38
@bottd bottd changed the title fix(deps): update non-major updates chore(deps): update non-major updates Apr 8, 2026
@bottd bottd force-pushed the renovate/non-major-updates branch 7 times, most recently from c6445ff to 9f88aa5 Compare April 15, 2026 05:45
@bottd bottd force-pushed the renovate/non-major-updates branch from 9f88aa5 to 4a67e0b Compare April 16, 2026 05:46
@bottd bottd force-pushed the renovate/non-major-updates branch 4 times, most recently from efd82a1 to 51b1cbf Compare April 20, 2026 05:54
@bottd bottd force-pushed the renovate/non-major-updates branch from 51b1cbf to 8c31479 Compare April 21, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants